home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
-
- ;------------------------------------------------------------------------------
-
- FCreate 1, PPEPath() + "AGSLCTMP." + String(PcbNode()), 1, 0
- FPutLn 1, U_Name()
- FPutLn 1, U_Ful()
- FPutLn 1, U_Bul() / 1024
- FPutLn 1, U_Fdl()
- FPutLn 1, U_Bdl() / 1024
- FPutLn 1, Mid(String(Time()), 1, 5)
- FClose 1
- End
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 1 End
- ; 1 FCreate
- ; 1 FClose
- ; 6 FPutLn
- ;
- ;
- ; ■ Functions used :
- ;
- ; 2 /
- ; 2 +
- ; 1 Mid()
- ; 1 Time()
- ; 1 U_Name()
- ; 1 U_Ful()
- ; 1 U_Fdl()
- ; 1 U_Bdl()
- ; 1 U_Bul()
- ; 2 String()
- ; 1 PPEPath()
- ; 1 PcbNode()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : No flag
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 0 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-